Component org.nuxeo.runtime.pubsub.PubSubService
In bundle org.nuxeo.runtime.pubsub
Documentation
The PubSub service allows cross-instance notifications through simple messages sent to topics.
Implementation
Class:
org.nuxeo.runtime.pubsub.PubSubServiceImpl
Services
Extension Points
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.runtime.pubsub.PubSubService" version="1.0">
<documentation>
The PubSub service allows cross-instance notifications through simple messages sent to topics.
</documentation>
<service>
<provide interface="org.nuxeo.runtime.pubsub.PubSubService" />
</service>
<implementation class="org.nuxeo.runtime.pubsub.PubSubServiceImpl" />
<extension-point name="configuration">
<documentation>
Defines the implementation of the PubSub service:
<code>
<provider class="org.nuxeo.runtime.pubsub.MemPubSubProvider"/>
</code>
The class must implement org.nuxeo.runtime.pubsub.PubSubProvider.
</documentation>
<object class="org.nuxeo.runtime.pubsub.PubSubProviderDescriptor" />
</extension-point>
</component>